home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Easy 2010 May
/
Mac Life Ubuntu.iso
/
casper
/
filesystem.squashfs
/
usr
/
share
/
doc
/
python-gnome2-desktop
/
examples
/
nautilusburn
/
blank_disc.py
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2009-03-14
|
244 b
|
12 lines
import sys
sys.path.append ('..')
import nautilusburn
import gtk
import gobject
r = nautilusburn.Recorder()
drives = nautilusburn.get_drives_list(True)
d = drives[0]
print r.blank_disc (d, nautilusburn.RECORDER_BLANK_FAST, False)
print "done"